QATextureDelete
You can use theQATextureDelete
function to delete a texture map.
void QATextureDelete (const TQAEngine *engine, TQATexture *texture);
engine
- A drawing engine.
texture
- A texture map.
DESCRIPTION
TheQATextureDelete
function deletes the texture map specified by thetexture
parameter from the drawing engine specified by theengine
parameter.